OnUpdateServerListener

Listener for on-changed events on the server side. Will be fired for any and all updated configs, allowing inspection of other configs. For use in your own configs, consider directly implementing Config.onUpdateServer

Register with EventApi.onUpdateServer

Author

fzzyhmstrs

Since

0.5.0

Functions

Link copied to clipboard
abstract fun onChanged(id: Identifier, config: Config, player: ServerPlayerEntity)

Called by the onChangedServer event when the server side of a config is changed.